patch
Set user active/inactive
{{protocol}}://{{url}}/{{version}}/users/:_key/active
Change the state of a user (active/inactive).
Permissions:
won the user.
Authentication
Authentication inherited from the collection: Bearer .Parameters
| Name | Type | Value |
|---|---|---|
| _key | path | {{meKey}} |
Body
{
"activate": true
}